home *** CD-ROM | disk | FTP | other *** search
/ More DosGames 2.0 / MORE - Dosgames 2.0 (Software Company)(1994).iso / dosgames / cuke / readme.txt < prev    next >
Text File  |  1994-09-01  |  4KB  |  115 lines

  1.                     ====================================
  2.                   < C U K E L A N D    A D V E N T U R E >
  3.                     ====================================
  4.                            (c) 1994 Hugo Windisch
  5.                     ------------------------------------         
  6.  
  7. The Game
  8. ========
  9. Tou must find your way in a hostile universe, infested with carnivorous
  10. vegetables, and monsters.
  11.  
  12. To complete a level, you must:
  13.    - eat all the candies on the level and find the exit.
  14.  
  15. Vegetable monsters will try to stop you. To kill vegetables, 
  16. you must:
  17.      - pickup salad dressing bottles, and throw salad dressing on your
  18.      opponent. One bottle kills one opponent.
  19.  
  20. Red monsters will also try to stop you. To kill red monsters, you must:
  21.    - pickup a carnivorous plant, and throw the plant on the floor. Wait
  22.      for the plant to do the job.
  23.  
  24. To open magic doors, you must:
  25.    - pickup a key, and throw the key on the door.
  26.  
  27. Hints:
  28.    - You are heavier when you carry things
  29.    - Doors can remove walls, create walls, create ladders, ...
  30.    - All the commands (SPACE, Arrows, Alt, Ctrl, D, K) are useful
  31.  
  32. Commands
  33. ========
  34.  
  35. To start the game:
  36.  
  37.    at the DOS prompt, type: cuke <Enter>
  38.  
  39. To control the player:
  40.  
  41.    SPACE:          Show Status             
  42.    Arrows:         Move
  43.    Alt:            Jump
  44.    Ctrl:           Pitch
  45.    D:              Drop                    
  46.    K:              Kill (commit suicide)   
  47.    Esc:            Return to the menu
  48.  
  49. System requirements:
  50.  
  51.    The game should work on a machine with follwing configuration:
  52.    
  53.    286 or higher
  54.    VGA adapter (EGA adapter may work)
  55.    Hard Drive (you should install the game on your hard-drive)
  56.  
  57.    The game does not support joysticks or mice
  58.    The game does not support sound boards
  59.    The game does not produce any sounds on the PC Speaker
  60.  
  61. Known bugs:
  62.  
  63.    The game may temporarily disable the disk drives (but not the hard-drive) 
  64.    on some machines (if it does this on your machine, press Ctrl-Alt-Del to 
  65.    reboot and re-activate the drives after playing).
  66.  
  67. License
  68. =======
  69.  
  70. This game is shareware. You are allowed to distribute the game freely
  71. as long as all the files, including the readme.txt, are distributed (in
  72. their original unmodified version).
  73.  
  74. Disclaimer
  75. ==========
  76.  
  77. Hugo Windisch makes no warranties, either expressed or implied, with respect
  78. to the software, its quality, its performance, or fitness for any particular 
  79. purpose. The software is distributed and licensed "as is". The entire
  80. risk as to its quality and performance is with the user.
  81.  
  82. About the game
  83. ==============
  84.  
  85. Technical aspects:
  86.  
  87. The graphic routines, keyboard handling routines, and timing routines 
  88. are written in Assembler. Everything else is written in C++.
  89.  
  90. Human aspects:
  91.  
  92. I wrote this game in my spare time in august 1993, december 93, january 94,
  93. and febuary 94. It is my first effort in game writing since the time I was
  94. programming very simple things on an Atari 400, more than 10 years ago 
  95. (and I'm getting old!). It is not a professional quality game but the
  96. result of game-writing experiment (wait for my next game!...). I hope it 
  97. will be enjoyable anyway.
  98.  
  99.    If you have any suggestions or comments, I will be happy to hear from
  100. you.
  101.  
  102. E-Mail: windisch@medcn.umontreal.ca
  103.  
  104.  
  105. About the author
  106. ================
  107.  
  108. Hugo Windisch received is B.Ing. degree in computer engineering in 1991 from 
  109. the Ecole Polytechnique de Montréal and his M.Sc.A. degree in biomedical
  110. engineering in 1993 from the Ecole Polytechnique de Montréal. He currently
  111. works as research agent at the Sacré-Coeur hospital in Montréal, where he
  112. designs ECG monitoring software. His main interests are programming, visual
  113. arts, and fly fishing.
  114.  
  115.